Content Library Item Changes Summary
The Content Library Item Changes Summary schema contains commonly used information about a library item change.
This schema was added in vSphere API 6.9.1.
{
"version": "string",
"time": "string",
"user": "string",
"short_message": "string"
}
The version of the library item.
This property was added in vSphere API 6.9.1.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.content.library.item.Version
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.content.library.item.Version
.
The date and time when the item content was changed.
This property was added in vSphere API 6.9.1.
The user who made the content change.
This property was added in vSphere API 6.9.1.
This property will be missing or null
if the user could not be determined.
The short message describing the content change. The message is truncated to the first 80 characters or first non-leading newline character, whichever length is shorter.
This property was added in vSphere API 6.9.1.
This property will be missing or null
if a message was not provided when the item content was changed.